home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / word / petpe301.zip / PETPE.ZIP / PED.ZIP / KEY.TXT < prev    next >
Text File  |  1992-12-25  |  6KB  |  335 lines

  1. ;   In order to be effective, changes to this file must be acted upon
  2. ;   by PK.EXE.
  3. ;
  4. ;   PK.EXE should be executed in the pE directory (where pe.exe is)
  5. ;
  6. ;   If you're in to wordstar commands - take a look at ws.txt.
  7. ;   If you like it, rename ws.txt to key.txt and execute pk.exe
  8. ;
  9. ;   data following semi-colons are treated as commentary
  10. ;
  11. ;   key names are defined as follows
  12. ;
  13. ;    f1 - means function key F1
  14. ;      ^f1 - means control key and F1 depressed
  15. ;      f1 - means shift key and F1 depressed
  16. ;      Alt-f1 - means alt key and F1
  17. ;         etc, etc, etc.
  18. ;
  19. ;   two (or more) keys can be used for a single command as
  20. ;   long as the keys in the sequence are joined with an
  21. ;   underscore character, like this: ^a_c
  22. ;
  23. ;   note, however, that the first key in a two key sequence cannot
  24. ;      then be used as a single key.  So, in the above sequence,
  25. ;      ^a (alone) could not be assigned a function.    It would have
  26. ;      no effect.
  27. ;
  28. ;   one or more spaces follow each field
  29. ;
  30. ;   The ordering of keys in this file is arbitrary, put it in whatever
  31. ;   order you feel is logical.
  32. ;
  33. ;   While a function may have more than one key assigned, one key
  34. ;   cannot be used for more than one function.
  35. ;
  36. ;   Note that key names go in field one, functions in field two.
  37. ;
  38. ; 1     2
  39.  
  40. ^^_^a    ^a    ;these assignments allow the keyin
  41. ^^_^b    ^b    ;of any literal control character by
  42. ^^_^c    ^c    ;first typing ^ (control circumflex)
  43. ^^_^d    ^d    ;followed by the control character you
  44. ^^_^e    ^e    ;want.
  45. ^^_^f    ^f
  46. ^^_^g    ^g
  47. ^^_^h    ^h
  48. ^^_^i    ^i
  49. ^^_^j    ^j
  50. ^^_^k    ^k
  51. ^^_^l    ^l
  52. ^^_^m    ^m
  53. ^^_^n    ^n
  54. ^^_^o    ^o
  55. ^^_^p    ^p
  56. ^^_^q    ^q
  57. ^^_^r    ^r
  58. ^^_^s    ^s
  59. ^^_^t    ^t
  60. ^^_^u    ^u
  61. ^^_^v    ^v
  62. ^^_^w    ^w
  63. ^^_^x    ^x
  64. ^^_^y    ^y
  65. ^^_^z    ^z
  66. ^^_^[    ^[
  67. ^^_^\    ^\
  68. ^^_^]    ^]
  69. ^^_^^    ^^
  70. ^^_^_    ^_
  71.  
  72.  
  73. `    LastAscii   ;this character will produce the last character the
  74.             ;ascii window was set to - if ascii window is never
  75.             ;called it will be itself.
  76.  
  77. ;
  78. ; f1 - f10
  79. ;
  80.  
  81.  
  82. f1    ExecuteCommand           ; <- this provides a menu of all commands and
  83. f2    NextWindow           ;    their keystroke assignment
  84. f3    InsertDelLine
  85. f4    DeleteLine
  86. f5    FindForward
  87. f6    FindBackward
  88. f7    FloatBlock
  89. f8    PrevMark
  90. f9    GoTo
  91. f10    MatchBrace
  92.  
  93. ; extended keyboard only
  94.  
  95. f11    OpenDosWindow
  96. f12    ToggleWordprocess
  97.  
  98. ; shift f1 - f10
  99.  
  100. f1
  101. f2
  102. f3
  103. f4
  104. f5
  105. f6
  106. f7
  107. f8
  108. f9    ToggleDecHex
  109. f10
  110.  
  111. ; extended keyboard only
  112.  
  113. f11    ToggleBorders
  114. f12    ToggleMenu
  115.  
  116. ; control f1 - f10
  117.  
  118. ^f1    RecordMacro
  119. ^f2    SaveOptions
  120. ^f3    InsertDelSeg
  121. ^f4    DeleteToEol
  122. ^f5    ToggleCase
  123. ^f6    ToggleWordprocess
  124. ^f7    SetTabs
  125. ^f8    SetMarks
  126. ^f9    SizeWindow
  127. ^f10    MoveWindow
  128.  
  129. ; extended keyboard only
  130.  
  131. ^f11    SetLineLength
  132. ^f12    SetParagraphStyle
  133.  
  134. ; alt f1 - f10
  135.  
  136. Alt-f1       AsciiChart
  137. Alt-f2
  138. Alt-f3
  139. Alt-f4
  140. Alt-f5       RegularExp
  141. Alt-f6
  142. Alt-f7
  143. Alt-f8
  144. Alt-f9
  145. Alt-f10    StartUp
  146.  
  147. ; extended keyboard only
  148.  
  149. Alt-f11    ShowMacros
  150. Alt-f12    ToggleAutoTab
  151.  
  152. ; alt a-z
  153.  
  154. Alt-a        AlignParagraph
  155. Alt-b       BlockMarkColumn
  156. Alt-c       CascadeWin
  157. Alt-d       DosCommand
  158. Alt-e       EditFile
  159. Alt-f       DefineFind
  160. Alt-g       ToggleGraphics
  161. Alt-h       ToggleHex
  162. Alt-i       EditIncludeFile
  163. Alt-j       JumpList
  164. Alt-k       KloseWindow
  165. Alt-l       BlockMarkLines
  166. Alt-m       MergeFile
  167. Alt-n       NewFile
  168. Alt-o       OpenFile
  169. Alt-p       PrintLines
  170. Alt-q       QuickExit&Save
  171. Alt-r       DefineReplace
  172. Alt-s       SaveFileAs
  173. Alt-t       TileWindows
  174. Alt-u       UnmarkBlock
  175. Alt-v       ViewOnly
  176. Alt-w       OpenWindow
  177. Alt-x       Exit
  178. Alt-y       DefineTag
  179. Alt-z       ZoomWindows
  180.  
  181. ; alt 1 - 0
  182.  
  183. Alt-1       SingleLineBox
  184. Alt-2       DoubleLineBox
  185. Alt-3       TwoDownBox
  186. Alt-4       TwoAcrossBox
  187. Alt-5       ThickLineBox
  188. Alt-6       ASCIIOneBox
  189. Alt-7       ASCIITwoBox
  190. Alt-8       ASCIIThreeBox
  191. Alt-9       ASCIIFourBox
  192. Alt-0       UndoBlock
  193.  
  194. Alt--       ManifestFilename
  195. Alt-=       ManifestCalcValue
  196.  
  197. ; numeric keypad
  198.  
  199. home    Home
  200. end    End
  201. ^home    PageTop
  202. ^end    PageBottom
  203.  
  204. ins    Ins
  205. del    Del
  206.  
  207. up    Up
  208. right    Right
  209. down    Down
  210. left    Left
  211.  
  212. ^i    TabRight
  213. tab    TabLeft
  214.  
  215. grey-    Cut
  216. grey+    Paste
  217.  
  218. grey*    CopyToScrap
  219.  
  220. pgup    PgUp
  221. pgdn    PgDn
  222. ^pgup    FileTop
  223. ^pgdn    FileBottom
  224.  
  225.  
  226. ^right    WordRight
  227. ^left    WordLeft
  228.  
  229. ; control key combinations
  230.  
  231. ^a_c    Center
  232. ^a_l    LeftFlush
  233. ^a_r    RightFlush
  234.  
  235. ^c    Calculator
  236. ^d_d    DateEntry
  237. ^d_t    TimeEntry
  238.  
  239. ^del    UndeleteBlock
  240.  
  241. ^e    RightEdge
  242. ^w    LeftEdge
  243.  
  244. ^h    BackSpace
  245.  
  246. ^k_k    BlockMarkStream      ;also control right mouse
  247.  
  248. ^k_f    FillBlock
  249.  
  250. ^k_d    SingleSpace
  251. ^k_l    LowerCase
  252. ^k_m    MoveBlock
  253. ^k_n    DoubleSpace
  254. ^k_s    SaveFile
  255. ^k_t    MarkWord
  256. ^k_u    UpperCase
  257. ^k_w    WriteBlock
  258. ^k_x    RestoreLine
  259.  
  260. ^m    Enter
  261.  
  262. ^n    InsertLine
  263.  
  264. ^q_b    InsertDelBlock
  265. ^q_j    JoinLine
  266. ^q_l    LeaveEditorNow
  267. ^q_n    WordCount
  268. ^q_t    InsertDelWord
  269. ^q_u    DupLine
  270. ^q_w    ParagraphUp
  271. ^q_y    DeleteToEol
  272. ^q_z    ParagraphDown
  273.  
  274. ^r    RepeatChar
  275.  
  276. ^s    SortBlock
  277.  
  278. ^t    DeleteWord
  279. ^bs    DeletePrevWord
  280.  
  281. ^y    DeleteLine
  282. ^u    InsertDelLine
  283.  
  284. ^v_h    HorizontalRuler
  285. ^v_v    VerticalRuler
  286. ^v_u    ToggleUnixLines
  287. ^v_x    ToggleLines
  288. ^v_t    CursorToTop
  289. ^v_c    CursorToCtr
  290. ^v_b    CursorToBot
  291. ^v_a    ASCIIChart
  292.  
  293. ^[    CancelOp
  294.  
  295. ^\    ToggleMacro
  296. ^_    ClearMacro
  297.  
  298. ; extended keyboard extra keys
  299.  
  300. Alt-enter  OpenLine
  301.  
  302. ^up    CursorToTop
  303. ^5    CursorToCtr
  304. ^down    CursorToBot
  305. ^-
  306. ^+
  307. ^*    AppendToScrap
  308. ^ins
  309. ^/
  310. Alt-home
  311. Alt-end
  312.  
  313. Alt-up       ScrollUp
  314. Alt-down   ScrollDown
  315. Alt-left   ScrollLeft
  316. Alt-right  ScrollRight
  317.  
  318. Alt-pgup
  319. Alt-pgdn
  320. Alt-ins
  321. Alt-del
  322. Alt-/       Delay
  323. Alt-tab
  324.  
  325. ;
  326. ; commands below are not assigned to any keys
  327. ;
  328.  
  329. Menu                ; default is Alt-spacebar (not really a key)
  330. SetColors
  331. SetInsRpl
  332. DisplayOwner
  333. SetBackup
  334. SetCursor
  335.